@charset "UTF-8";

section {
  width: 100%;
}
.localmenu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 30px 0;
}
.localmenu ul li {
  width: 50%;
  height: 50px;
 margin: 0 auto;
  border: white 3px solid;
  background-color: rgb(255, 234, 0);
}
.localmenu ul li p br{
  display: none;
}
.web p,
.menu p,
.vi p,
.tira p {
  text-align: center;
  width: 100%;
  height: 100%;
  min-width: 7em;
  font-size: 95%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.localmenu-2 ul li p {
  padding-bottom: 35px;
}
#web,
#menu,
#vi,
#tira {
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: 0.7s;
  background-color: #ffffffc8;
  margin: 0 auto;
}
#web img,
#menu img,
#vi img,
#tira img {
  width: 100%;
  object-fit: cover;
}
#web h3,
#menu h3,
#vi h3,
#tira h3 {
  padding: 10px 10px 0 10px;
}

#web.open,
#menu.open,
#vi.open,
#tira.open {
  height: 100%;
  transition: 0.7s;
  background-color: #ffffffc8;
}
.f-contener {
  padding: 10px;
}
.border {
  width: 100%;
  height: 10px;
  border-bottom: 5px solid darkgreen;
}
.box {
  width: 100%;
  margin: 0 auto;
  max-width: 450px;
}
#tira .f-contener .box img{
  height: 215.4px;
  overflow: hidden;
}
.boxtxt {
  background-color: #ffffffd4;
  width: 100%;
  height: 50%;

  display: flex;
  justify-content: space-between;
}
.boxtxt p {
  width: 80%;
}
.button a {
  color: antiquewhite;
  background-color: darkgreen;
  border: white solid 3px;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 600px) {
  .localmenu ul li {
  width: 25%;
  height: 100%;
  max-width: 150px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: white 3px solid;
  background-color: rgb(255, 234, 0);
  margin: auto 0;
  display: flex;
   align-items: center;
  justify-content: center;
}
.localmenu ul li p br{
  display: block;
}
  .web p,
.menu p,
.vi p,
.tira p {
  text-align: center;
  width: 100%;
  height: auto;
  min-width: 7em;
  font-size: 95%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 12px;
  font-size: 19px;

}

}
@media screen and (min-width: 990px) {
  .f-contener {
    display: flex;
    gap: 20px;
  }
  #web.open,
  #menu.open,
  #vi.open,
  #tira.open {
    height: 100%;
    transition: 0.7s;
  }
}
